home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 February: Technology Seed / Mac Tech Seed Feb '97.toast / OpenDoc 1.2b2c1 / OpenDoc / OpenDoc Utilities / Interfaces / ErrUtils.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-01-01  |  393 b   |  26 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        ErrUtils.h
  3.  
  4.     Contains:    xxx put contents here xxx
  5.  
  6.     Owned by:    Nick Pilch
  7.  
  8.     Copyright:    © 1996 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.          <1>    .06.1996    NP        first checked in
  13.  
  14.     To Do:
  15. */
  16.  
  17. #ifndef _ERRUTILS_
  18. #define _ERRUTILS_
  19.  
  20. #ifndef __TYPES__
  21. #include <Types.h>
  22. #endif
  23.  
  24. void ReportErrorSimple(StringPtr errorString);
  25.  
  26. #endif /* _ERRUTILS_ */